Anomify API Documentation
Anomify AI Main Site | Anomify Documentation
This copy of our API documentation is no longer updated and may be inaccurate. Please go to http://api-docs.anomify.ai/.

/anomalies

/anomalies

/anomaly

/anomaly/lookup
/anomaly/train
/anomaly/{anomaly_id}

/billing

/billing/checkoutcallback
/billing/getcheckoutsession
/billing/getportalsession
/billing/history

/doc

/doc/openapi

/exclusion

/exclusion/add
/exclusion/delete
/exclusion/list
/exclusion/test
/exclusion/types

/image

/image/anomaly
/image/metric

/js

/js/eventsender

/login

/login

/login DEBUG 100

/login DEBUG 100

/login DEBUG 1069

/login DEBUG 1069

/login DEBUG STAGE

/login DEBUG STAGE

/login

/login/forgotpassword
/login/resetpassword
/login/validateclient

/match

/match/{match_id}
/match/{match_id}/graph
/match/{match_id}/motif/graph

/metric

/metric/{metric_name}
/metric/{metric_name}/anomalies
/metric/{metric_name}/anomalysummary
/metric/{metric_name}/bundle
/metric/{metric_name}/graph
/metric/{metric_name}/patterns
/metric/{metric_name}/timeseries
/metric/{metric_name}/yhat

/metrics

/metrics
/metrics/mostanomalous
/metrics/mostrecentlyanomalous
/metrics/mostrecentlymatched

/misc

/misc/phonecodes
/misc/timesince
/misc/timezones

/org

/org/adminalert/{alert_code}
/org/adminalerts
/org/channels
/org/events
/org/getquotametrics
/org/graph
/org/info
/org/removequotametrics
/org/stripecallback
/org/summary
/org/testmetrics
/org/update
/org/users

/pattern

/pattern/{pattern_id}
/pattern/{pattern_id}/disable
/pattern/{pattern_id}/matches
/pattern/{pattern_id}/timeseries

/patterns

/patterns/pending

/ping

/ping

/signup

/signup/demo
/signup/demo-orgs
/signup/selfserve
/signup/verify

/status

/status

/user

/user/delete
/user/info
/user/logout
/user/ping
/user/reportissue
/user/update
/user/updatepassword

/watcher

/watcher/create
/watcher/{watcher_id}/delete
/watcher/{watcher_id}/undelete
/watcher/{watcher_id}/update

/watchers

/watchers/chips
/watchers/list

Method: /match/{match_id}

Detail

This method is not available to demo user accounts.

Returns match X identified in the URL

Parameters

None. Match id is supplied in the URL, e.g.

/match/52968

Example Output

{
    "status": { ... see /login method for status block structure ... },
    "data": {
        "match": {
            "id": 52968,
            "motifs_matched_id": null,
            "pattern_id": "3214",
            "created_timestamp": 1628629800,
            "match_algorithm": "Not Implemented",
            "validated": false,
            "created_string": "August 10th 2021",
            "graph_url": "https:\/\/api-stage.anomify.ai\/match\/52968\/graph?format=png&width=500&aspect_ratio=3",
            "motif_graph_url": null,
            "pattern": {
                "id": 3214,
                "parent_id": 2359,
                "group_id": null,
                "creator_type": "machine",
                "creator_user_id": 2,
                "creator_user_display_name": "Anomify Admin",
                "metric_id": 749,
                "metric_name": "demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo",
                "duration": 604800,
                "duration_string": "7 day",
                "anomaly_timestamp": 1625589000,
                "created_timestamp": 1625592691,
                "created_string": "July 6th 2021",
                "enabled": true,
                "origin": "learnt",
                "layers": false,
                "checks": 449,
                "matches": 6,
                "match_rate": "1%",
                "last_match_timestamp": 1628629800,
                "last_match_string": "almost a year ago",
                "label": "LEARNT",
                "positive": false,
                "anomaly_id": 162815,
                "anomaly_value": 1014290.850006,
                "match_rate_string": "1% (6\/449)",
                "deletable": true,
                "graph_url": "https:\/\/api-stage.anomify.ai\/metric\/demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo\/graph?from=1624985400&until=1625589000&display_x_axis=below&display_y_axis=right&display_legend=false&display_anomalies=false&display_matches=false",
                "graph_url_debug_png": "https:\/\/api-stage.anomify.ai\/metric\/demo_robustperception_io.prometheus.node_network_receive_bytes_total.lo\/graph?from=1624985400&until=1625589000&display_x_axis=below&display_y_axis=right&display_legend=false&display_anomalies=false&display_matches=false&debug_png_output=true"
            }
        }
    }
}

Live Request

URL: /match/

You need to be logged in to your Anomify account to to make live API requests.

Please log in here or sign up to Anomify

Email
Password

Live request results will appear here.